On-Chain Wrapped Bitcoin (WBTC) Routing Overview
Wrapped Bitcoin (WBTC) is tokenized Bitcoin — an ERC-20 token backed 1:1 by BTC held with institutional custodians, built so Bitcoin's value can move on smart-contract networks.
Read more
In practice, trading WBTC means one of two things: swapping another token for WBTC (or back) on a DEX, which is a secondary-market trade of existing tokens, or minting and redeeming through approved merchants. This page is an independent, non-custodial dashboard — it explains and previews the trade, but never holds funds or signs transactions.

What is Wrapped Bitcoin (WBTC)?
WBTC is Bitcoin's value issued as a token on a smart-contract network. Each WBTC is designed to be backed 1:1 by BTC sitting with institutional custodians, so its price tracks Bitcoin while the token behaves like an ERC-20: transferable and usable inside DeFi apps that native BTC cannot touch. On Ethereum it follows the ERC-20 standard and uses 8 decimal places, matching Bitcoin's own precision. The Bitcoin network has no smart contracts, so BTC-denominated value needs a wrapped representation to enter lending markets, liquidity pools, or on-chain trades. The token is therefore convenient for on-chain use but custodial at the backing layer: the swap can be non-custodial while the BTC reserves remain with custodians.
Getting in and out
Most users enter WBTC by buying existing tokens on a secondary market, while primary issuance is a separate merchant flow. On a DEX or exchange, swap an asset you already hold, such as ETH or a stablecoin, for WBTC already in circulation; no new WBTC is created. Approved merchants can use WBTC mint and redemption directly against BTC reserves, a process that requires identity checks and is built for size, not retail trades. To exit, sell WBTC for another asset on the open market or redeem through a merchant if you qualify. A DEX swap does not unwrap WBTC into BTC: it trades the token, while the BTC reserves stay with the custodians.
Swapping it on a DEX
Swapping WBTC on a DEX means exchanging one ERC-20 token for another through available liquidity. Connect a compatible wallet, confirm the correct network, select the input token, and select WBTC by pasting its verified contract address rather than trusting a ticker search. The app returns a route with expected output, the pool fee, estimated gas, price impact, and a minimum-received figure; these are the core DEX swap mechanics to read before execution.
If the input token lacks sufficient allowance for the router, approve or permit the verified spender contract first; that approval is a separate on-chain transaction with its own gas. Then sign the swap. The routing contracts settle it atomically: the swap either executes within your configured limits or reverts and nothing moves. Minimum received and price impact define the execution boundary, not the headline quote.
The token vs its native asset
WBTC and BTC share a price but are separate assets with different networks, contracts, and trust models. Native BTC is the bearer asset on the Bitcoin network: it has no custodian and no smart-contract risk, but it also has no DeFi access. WBTC is a claim on that value issued on Ethereum and other supported chains, where it can plug into lending, liquidity, and trading apps; it adds custodial risk on the backing and smart-contract risk to on-chain use. Wrapping and bridging move risk between systems rather than removing it. Hold BTC for the cleanest form of the asset; hold WBTC when you need Bitcoin's value working on-chain. Alternative tokenized-Bitcoin products use different reserve systems and trust models, so each is its own asset.
Costs and gas
A WBTC trade has three main cost layers: network gas, the DEX pool fee, and price impact. Network gas covers every transaction, including the approval and the swap itself, and is paid in the chain's native token; the amount changes with congestion, as explained in the Ethereum gas guide. The pool fee is a slice of the DEX trade paid to liquidity providers and included in the quote. Price impact is the change in your average execution price caused by trade size relative to available liquidity, and it grows as the order becomes large for that pool. The displayed output already nets out the pool fee and impact; minimum received is the floor. Merchant minting and redemption have their own fee structure, separate from secondary-market swaps, so use the live route rather than a fixed dashboard figure.
Is Trade WBTC safe?
This dashboard cannot move your funds: it takes no deposits, stores no keys, and signs nothing. The action boundary is the external app, where the material checks are the venue URL, the token contract, and the approval spender. On Ethereum mainnet (chain ID 1), the WBTC contract is 0x2260fac5e5542a773aa44fbcfedf7c193bc2c599; match the full address on a block explorer because anyone can mint a token called 'WBTC'. Official deployments on other networks use chain-specific addresses and standards, so re-verify the address per chain.
Audited and open-source code reduces risk but never removes it. Smart-contract, approval, routing, phishing, and custodial risks remain, and a confirmed swap is a blockchain transaction that cannot normally be reversed. A non-custodial swap does not change the custodial trust assumption behind the BTC backing.
Problems and fixes
Most failed WBTC trades have a specific fix. Wrong network: switch the wallet to the app's network and re-verify that chain's WBTC address, because addresses differ per deployment. No gas: add the chain's native token so both the approval and swap can be submitted. Token not found: paste the verified contract address manually and check that the decimals read 8. Stuck at approval: approval is its own transaction, and the swap becomes possible only after it confirms; the spender contract is the address receiving that allowance, as described in the ERC-20 allowance reference. Swap reverts: requote after the price moves beyond the slippage or minimum-received limits. Wrong action entirely: a DEX swap cannot unwrap to BTC; use the merchant redemption flow.
WBTC FAQ
What is WBTC?
WBTC (Wrapped Bitcoin) is tokenized Bitcoin: an ERC-20 token backed 1:1 by BTC held with institutional custodians, so Bitcoin's value can be used on smart-contract networks like Ethereum.
Is WBTC the same as Bitcoin?
No. WBTC tracks BTC's price, but it is a separate asset on a different network with a custodial trust model. Native BTC and WBTC are not interchangeable; you convert between them rather than simply moving one to the other.
How do I convert WBTC back to BTC?
Use a secondary-market trade by selling or swapping WBTC for another asset, or redeem through an approved merchant, which destroys the WBTC against BTC reserves and requires identity checks.
Is WBTC really backed 1:1?
By design, each WBTC corresponds to BTC held by the custodians, so its price tracks BTC closely. The backing is custodial, which means the reserve and redemption process depend on those custodians.
What does it cost to trade WBTC?
A DEX swap has network gas for the approval and swap, a pool fee paid to liquidity providers, and price impact that grows with trade size. The quoted output nets out the pool fee and impact; minimum received is the floor.
Is the WBTC contract safe?
Verify the address rather than trusting a ticker: on Ethereum mainnet it is 0x2260fac5e5542a773aa44fbcfedf7c193bc2c599. Audits and a long track record reduce risk but do not remove smart-contract, approval, routing, and custodial risks, and confirmed swaps cannot normally be reversed.
Notes before you trade wbtc
Trading WBTC is a standard ERC-20 exchange once the network, contract, and approval are correct. The common mistake is selecting WBTC by ticker from a DEX search instead of pasting the verified contract address. Before you sign:
- Match the full contract address (0x2260...c599 on Ethereum mainnet) against a block explorer.
- Keep native gas on hand for both the approval and the swap, and wait for the approval to confirm.
- Read minimum received and price impact on the DEX route; those define the execution boundary, not the headline quote.
Everything above was checked against the live contract and issuer documentation; last reviewed 21 July 2026.
Independent reference - confirm the route in your own wallet.